翻訳と辞書
Words near each other
・ Go (Flow song)
・ Go (game show)
・ Go (game)
・ Go (Girugamesh album)
・ Go (Go album)
・ Go (H2O album)
・ Go (Hanson song)
・ Go (Holmes novel)
・ Go (Jónsi album)
・ Go (Kaneshiro novel)
・ Go (Kreva album)
・ GNU Assembler
・ GNU Bazaar
・ GNU Binutils
・ GNU bison
GNU build system
・ GNU C Library
・ GNU cflow
・ GNU Chess
・ GNU Circuit Analysis Package
・ GNU Classpath
・ GNU coding standards
・ GNU Common Lisp
・ GNU Compiler Collection
・ GNU Compiler for Java
・ GNU Core Utilities
・ GNU Data Language
・ GNU Debugger
・ GNU E
・ GNU Emacs


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

GNU build system : ウィキペディア英語版
GNU build system

The GNU build system, also known as the Autotools, is a suite of programming tools designed to assist in making source code packages portable to many Unix-like systems.
It can be difficult to make a software program portable: the C compiler differs from system to system; certain library functions are missing on some systems; header files may have different names. One way to handle this is to write conditional code, with code blocks selected by means of preprocessor directives (#ifdef); but because of the wide variety of build environments this approach quickly becomes unmanageable. Autotools is designed to address this problem more manageably.
Autotools is part of the GNU toolchain and is widely used in many free software and open source packages. Its component tools are free software-licensed under the GNU General Public License with special license exceptions〔(Autoconf license exception )〕〔(libtool HACKING ) including all pertinent license exceptions〕 permitting its use with proprietary software.
The GNU build system makes it possible to build many programs using a two-step process: ''configure'' followed by ''make''.〔(Introduction ) The GNU configure and build system, Cygnus Solutions, 1998.〕
== Components ==

Autotools consists of the GNU utility programs Autoconf, Automake, and Libtool.〔http://autotoolset.sourceforge.net/tutorial.html#SEC40〕 Other related tools frequently used alongside it include GNU's make program, GNU gettext, pkg-config, and the GNU Compiler Collection, also called GCC.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「GNU build system」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.